-
Notifications
You must be signed in to change notification settings - Fork 436
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(design): adjustments for Nextcloud 30 - v3 #12810
Conversation
5afd13d
to
7330992
Compare
This comment was marked as resolved.
This comment was marked as resolved.
src/components/TopBar/TopBar.vue
Outdated
@@ -347,6 +347,7 @@ export default { | |||
width: 100%; | |||
overflow: hidden; | |||
min-height: var(--default-clickable-area); | |||
font-size: 13px; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This makes the text smaller than default even when there is only a title without a description.
And there is some additional space if we reduce the padding.
@jancborchardt What do you think is better here?
Also, we can stop showing the description here and show it in the sidebar. It is one line for a long (potentially rich) text anyway.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reverted changes, will provide this suggestion as a separate PR
Signed-off-by: Maksim Sukharev <[email protected]>
…ze to match two-lines layout height Signed-off-by: Maksim Sukharev <[email protected]>
Signed-off-by: Maksim Sukharev <[email protected]>
…ry buttons Signed-off-by: Maksim Sukharev <[email protected]>
… tab) Signed-off-by: Maksim Sukharev <[email protected]>
4976c00
to
c901d72
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good everywhere, fixes all the issues
☑️ Resolves
🖌️ UI Checklist
🖼️ Screenshots / Screencasts
🚧 Tasks
Conversation and composing
List view
Sidebar
Calling
🏁 Checklist